home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
lang_c
/
msqc25t1
/
textscr1.h
< prev
next >
Wrap
Text File
|
1990-09-23
|
540b
|
22 lines
/* textscrn.h: Stretching text screen operation for QC 2.0 */
/* Text color constants */
#define BLACK 0
#define BLUE 1
#define GREEN 2
#define CYAN 3
#define RED 4
#define MAGENTA 5
#define BROWN 6
#define LTGRAY 7
#define DKGRAY 8
#define LTBLUE 9
#define LTGREEN 10
#define LTCYAN 11
#define LTRED 12
#define LTMAGENTA 13
#define YELLOW 14
#define WHITE 15
#define BLINK 0x80 /* OR with textcolor for blinking */